home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00142.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  183 b   |  10 lines

  1. on exitFrame
  2.   global gLastRoll, gCastList
  3.   set gCastList to []
  4.   clearPuppets(1, 46)
  5.   repeat with nn = 3 to 7
  6.     puppetSprite(nn, 1)
  7.   end repeat
  8.   set the timeoutLapsed to 0
  9. end
  10.